a:hover{text-decoration: none;}
/*banner背景图片动画*/
@-webkit-keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

@keyframes scale-bg {
    from {
        -webkit-transform: scale(1.2);
        transform: scale(1.2);
    }

    to {
        -webkit-transform: scale(1);
        transform: scale(1);
    }
}

/*banner */
.index_main {
    background: #f7f7f7;
}

.index_main .section1 {
    position: relative;
}

.index_main .section1 .index_banner .item {
    background-size: cover;
    -webkit-background-size: cover;
    background-position: center;
    background-repeat: no-repeat;
    height: 100vh;
    position: relative;
}

.index_main .section1 .index_banner .item.slick-current .scaleBg {
    visibility: visible;
    -webkit-animation: scale-bg 6s linear forwards;
    animation: scale-bg 6s linear forwards;
}

.index_main .section1 .index_banner .items {
    background-size: cover;
    background-position: center center;
    background-repeat: no-repeat;
    position: absolute;
    left: 0;
    top: 0;
    width: 100%;
    height: 100%;
    z-index: 0;
}

/* .index_main .section1 .index_banner .items:after{
	content: "";
	display: block;
	width: 100%;
	height: 100%;
	position: absolute;
	left: 0;
	top: 0;
	background: rgba(0,0,0,0.2);
} */
.index_main .section1 .index_banner .item .inner .block_txt {
    position: absolute;
    top: 40%;
    right: 10px;
    left: 10px;
    opacity: 0;
    transform: translateY(40px);
    -webkit-transform: translateY(40px);
    -webkit-transition: all 500ms ease;
    transition: all 500ms ease;
}

.index_main .section1 .index_banner .item.active .inner .block_txt {
    opacity: 1;
    -webkit-transform: translateY(0);
    transform: translateY(0);
    -webkit-transition-delay: 100ms;
    transition-delay: 100ms;
}

.index_main .section1 .index_banner .item .inner .block_txt h4 {
    font-size: 30px;
    color: #3ff6ff;
    text-align: center;
    font-family: 'COCO';
	text-shadow:0 0 10px #000;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 {
    color: #3ff6ff;
    font-size: 70px;
    font-weight: bold;
    text-align: center;
    letter-spacing: 5px;
	text-shadow:0 0 10px #000;
}

.index_main .section1 .index_banner .item .inner .block_txt h2 span {
    color: #3ff6ff;
    display: inline-block;
    letter-spacing: 5px;
	text-shadow:0 0 10px #000;
}

.index_main .section1 .index_banner .item .inner .block_txt h3 {
    color: #3ff6ff;
    font-size: 30px;
	font-weight: bold;
    text-align: center;
    margin-top: 10px;
    letter-spacing: 3px;
	text-shadow:0 0 10px #000;
}
.index_main .section1 .index_banner .item.active .inner .block_txt h6{
 width:auto;
 position: absolute;
 top:-100px;
 left:50%;
 margin-left:-500px;
 text-align:left;
 color:#3ff6ff;
 font-weight:bold;
 font-size:45px;
 line-height:1.5;
 padding:10px;
 letter-spacing: 3px;
text-shadow:0 0 10px #000;
}

.index_main .section1 .slick_txt {
    width: 30%;
    height: 100%;
    background-color: transparent;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    background-repeat: no-repeat;
    position: absolute;
    top: 0;
    font-size: 0;
    outline: none;
    border: 0;
}

.index_main .section1 .left {
    left: 0;
}

.index_main .section1 .right {
    right: 0;
}

.index_main .section1 .slick_txt:hover .slick_arrow {
    opacity: 1;
    visibility: visible;
}

.index_main .section1 .slick_txt .slick_arrow {
    width: 20px;
    height: 36px;
    background-repeat: no-repeat;
    background-position: center;
    margin-top: -18px;
    position: absolute;
    top: 50%;
    cursor: pointer;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
    opacity: 0;
    visibility: hidden;
}

.index_main .section1 .slick_txt .prev {
    background-image: url(../image/ban_prev.png);
    left: 60px;
}

.index_main .section1 .slick_txt .next {
    background-image: url(../image/ban_next.png);
    right: 60px;
}

.index_main .section1 .slick_txt .prev:hover {
    background-image: url(../image/ban_prev_hover.png);
}

.index_main .section1 .slick_txt .next:hover {
    background-image: url(../image/ban_next_hover.png);
}


.index_main .section1 .number {
    position: absolute;
    bottom: 8%;
    left: 50%;
    padding-bottom: 5px;
    border-bottom: 1px solid rgba(255, 255, 255, 0.2);
    display: table;
    padding: 0 20px;
    width: auto;
    text-align: center;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
}

.index_main .section1 .number span {
    font-family: "Myriad Pro", "Microsoft YaHei";
    font-size: 14px;
    color: #fff;
    margin-right: 100px;
    display: inline-block;
    cursor: pointer;
    position: relative;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span:last-child {
    margin-right: 0;
}

.index_main .section1 .number span:after {
    content: "";
    display: inline-block;
    width: 0;
    height: 2px;
    background: #fff;
    position: absolute;
    left: 50%;
    transform: translateX(-50%);
    -webkit-transform: translateX(-50%);
    bottom: -20px;
    opacity: 0;
    visibility: hidden;
    transition: all 500ms ease;
    -webkit-transition: all 500ms ease;
}

.index_main .section1 .number span.active:after {
    width: 100%;
    opacity: 1;
    visibility: visible;
}

.index_main .section2 {
    background: #f5f5f5;
    background-size: 100% 100%;
    background-position: center;
}

.index_main .section2 h3 {
    text-align: center;
}

.index_main .section3 {
    width: 100%;
    height: 100%;
    background-size: 100% 100%;
    background-position: center;
}

.index_main .section3 h3 {
    text-align: center;
}

.index_main .section4 {
    background-size: 100% 100%;
    background-position: center;
}

.index_main .section4 h3 {
    text-align: center;
}

.index_main .section5 {
    
    background-size: 100% 100%;
    background-position: center;
}

.index_main .section5 h3 {
    text-align: center;
}

.index_main .section6 {
    background-size: 100% 100%;
    background-position: center;
}

.index_main .section6 h3 {
    text-align: center;
}

.index_main .section7 {
    background-size: 100% 100%;
    background-position: center;
}

.index_main .section7 h3 {
    text-align: center;
}



.section2 .tit{ font-size: 24px; color: #fff;}
.section2 small{ font-size: 14px;}
.section2 .box .swiper-container {width: 100%; height: 100%; padding:60px 0;}
.section2 .box .swiper-slide{ display: inline-block; height:auto; background:#fff; color: #333; transition:.3s; -webkit-transition:.3s; -moz-transition:.3s; -ms-transition:.3s; -o-transition:.3s; }
.section2 .box .swiper-slide.swiper-slide-active{ box-shadow: 0 2px 5px #333; z-index: 999; transform: scale(1.1); -webkit-transform: scale(1.1); -moz-transform: scale(1.1); -ms-transform: scale(1.1); -o-transform: scale(1.1); }
.section2 .box .swiper-container-horizontal > .swiper-pagination-bullets, .section2 .box .swiper-pagination-custom, .section2 .box .swiper-pagination-fraction{ bottom: -40px;}
.section2 .box .txt{ width: 100%; height: auto; overflow: hidden; padding:20px 5px;}
.section2 .box a:hover{ text-decoration: none;}
.section2 .box .swiper-slide:hover .txt,.section2 .box .swiper-slide.swiper-slide-active .txt{ color: #2ca6ff;}

.section3 .box,.section4 .box{ background: rgba(255, 255, 255, 0.8); padding: 50px; overflow: hidden;}
.section3 .fp-tableCell{ display: flex; align-items: center;}
.section3 .container{ max-height: 80%; overflow: hidden;}
.section3 .tit,.section4 .tit,.section5 .tit,.section6 .tit{ text-align: center; font-size: 24px; line-height: 24px; padding-bottom: 15px;}
.section3 small,.section4 small,.section5 small{ font-size: 14px;}
.section3 .about { text-align: center;}
.section3 .about p{ font-size: 18px; line-height: 30px; text-align: justify; text-justify: inter-ideograph;}
.section3 .about a{ display: inline-block; padding: 10px 35px; background: #2ca6ff; color: #fff;}
.section4 .box{ text-align: center;}
.case{ display: flex; justify-content: space-between; flex-wrap: wrap;}
.case .item{ width: 48%; padding: 15px; margin: 5px 0; background: #fff;}
.case .item a{ color: #333;}
.case .item a:hover{ text-decoration: none; color: #fff;}
.case .item:hover{ background: #2ca6ff;}
.case .item:hover a{color: #fff}
.case .item p{ line-height: 24px; padding: 0; margin: 0; text-align: left; font-size: 14px;}
.section4 a.more{ display: inline-block; padding: 10px 35px; background: #2ca6ff; color: #fff; margin: 10px auto;}
.section5 .lbox{ width: 48%; float: left;}
.section5 .rbox{ width: 48%; float: right;}

.section5 .box{ overflow: hidden; background: #fff; padding: 30px;}
.section5 .lbox a{ display: block; position: relative;}
.section5 a:hover{ text-decoration: none;}
.section5 .lbox .txt{ position: absolute; z-index: 999; bottom: 0; width: 100%; height: 40px; line-height: 40px; background: rgba(0,0,0,0.5); color: #fff; text-align: center;}
.section5 a.item{ display: inline-block; width: 100%; padding-bottom: 10px; margin-bottom: 10px; border-bottom: 1px solid #ddd; color: #666; font-size: 12px;}
.section5 a.item{ display: flex; justify-content: space-between; align-items: center; }
.section5 a.item .img,.section5 a.item .txt{ width: 100%;}
.section5 a.item .txt h3{ font-size: 14px; text-align: left; color: #333;}
.section5 a.item .img{ max-width: 160px; padding-right: 20px;}
.section5 a.item:hover .txt h3{ color: #2ca6ff;}

.section6 .box{ max-width: 800px; margin:auto; overflow: hidden; background: rgba(0,0,0,0.5); padding: 60px 100px;}
.section6 .tit{ color: #fff;}
.section6 .tit small{ font-size: 12px;}
.section6 .item{ display: flex; justify-content: space-between; margin: 10px 0;}
.section6 .item input{ width: 48%; border: 0; background: #fff; padding: 0 15px; height: 50px; line-height: 50px; font-size: 14px; color: #333;}
.section6 .item textarea{ width: 100%; height: 80px; padding: 5px 15px;}
.section6 .item input.btn{ background: #2ca6ff; color:#fff; border-radius: 0;}

.section7 .box{ background: #fff; padding: 30px; height: auto; overflow: hidden;}
.section7 .lbox{ width: 60%; float: left;}
.section7 .rbox{ width: 40%; float: left; box-sizing: border-box; padding: 30px;}
.section7 .rbox p,.section7 .lbox p{ font-size: 14px; line-height: 24px; margin: 0;}
.section7 .rbox h3{ font-size: 30px; color: #2ca6ff; text-align: left; line-height: 30px; font-weight: bold; padding-bottom: 15px; margin: 0;}
.section7 .rbox .code{ margin: 10px 0; display: flex; justify-content: space-between; align-items: center;}
.section7 .rbox .code img{ border: 1px solid #ddd; width: auto;}
.section7 .rbox .code p{ width: 100%; padding: 10px; font-size: 12px; color: #666;}
.section7 .rbox .code p span{ color: #2ca6ff; font-size: 18px;}
#map{ width: 100%;}
#map .anchorBL{display:none}
#map #allmap{height:400px}


.footer{ padding: 0 30px; display: flex; justify-content: space-between; position: fixed; z-index: 9999; bottom: 0; font-size: 12px; width: 100%; height: 40px; line-height: 40px; border-top: 1px solid rgba(255, 255, 255, 0.2); color: #fff;}
.footer .rbox{ text-align: right;}
.footer a{ color: #fff;}


.wrapper{ width: 100%; height: 100%; margin-top: 100px;}
.wrapper .nybox{ width: 100%; height: auto; margin-bottom: 60px; overflow: hidden; padding: 30px; background: #fff;}

.nybox{ display: flex; justify-content: space-between;}
.nybox .sidebar{width: 20%; max-width: 300px; height: auto; overflow: hidden;}
.nybox .box{width: 78%;}
.side_tit{ background: #2ca6ff; padding: 20px;}
.side_tit h3{ position: relative; padding-bottom: 10px; padding-left: 15px; color: #fff; font-size: 20px; border-bottom: 1px solid rgba(255, 255, 255, 0.3);}
.side_tit h3::after{ content: ""; display: block; width: 5px; height: 24px; position: absolute; left: 0; top: 0; background: #fff;}
.side_tit p{ color: #fff; font-size: 12px; opacity: 0.5;}
.side_nav{ margin-bottom: 20px; border: 1px solid #ddd; border-top: 0;}
.side_nav h3{ position: relative; line-height: 50px; width: 100%; font-size: 14px; margin: 0; box-sizing: border-box; padding: 0 10px; border-bottom: 1px solid #ddd;}
.side_nav h3 a{ display: inline-block; width: 100%; color: #333;}
.side_nav h3 span{ display: block; text-align: center; font-weight: normal; width: 50px; height: 50px; cursor: pointer; border-left: 1px solid #ddd; position: absolute; right: 0; top: 0;}
.side_nav h3 span::before{ content: "+";}
.side_nav h3 a:hover{ color: #2ca6ff;}
.side_nav ul{ width: 100%; height: 0; overflow: hidden;}
.side_nav ul.on{ height: auto;}
.side_nav ul.on li:last-child{ border-bottom: 1px solid #ddd; padding-bottom: 15px;}
.side_nav ul.on li:first-child{margin-top: 15px;}
.side_nav ul li{ line-height: 30px; box-sizing: border-box; padding-left: 35px; background: url(../images/dot.png) no-repeat 20px 15px;}
.side_nav ul li a{ display: inline-block; width: 100%; font-size: 15px; color: #666;}
.side_nav ul li:hover a{ color: #2ca6ff;}
.side_txt h3{ line-height: 50px; background: #2ca6ff; color: #fff; text-align: center;}
.side_txt p{ border: 1px solid #ddd; line-height: 24px; padding: 15px; text-align: center; border-top: 0;}
.side_txt p small{ font-size: 14px;}
.side_txt p b{ font-size: 24px; color: #2ca6ff;}

.imglist{ display: flex; justify-content: space-between; align-items: center; flex-wrap: wrap;}
.imglist .item{ width: 32%; margin-bottom: 20px;}
.imglist01 .item{ width: 23%;}
.imglist .img{ float: left; overflow: hidden;}
.imglist .img img{ display: block; transition: all .5s;}
.imglist p{ float: left; color: #333; width: 100%; position: relative; background: #eee; padding:10px; box-sizing: border-box;}
.imglist p::after{ content: "+";position: absolute; right: 0; top: 0; width: 40px; height: 100%; display: flex; justify-content: center; align-items: center; background: #ddd; font-size: 18px;}
.imglist a:hover{ color: #2ca6ff;}
.imglist a:hover p::after{ transition: all .5s; background: #0061b3; background: #2ca6ff; color: #fff;}
.imglist a:hover img{ transform: scale(1.1);}

/*分页*/
div.paginationbox{width:100%;height:auto;padding:15px; box-sizing: border-box; border: 1px solid #ddd; text-align: center; margin:25px auto; overflow:hidden}
ul.pagination{display:inline-block;padding:0;margin:0}
ul.pagination li{display:inline-block;}
ul.pagination li a{color:#000;float:left;font-size:14px;padding:5px 13px;margin:0 5px;text-decoration:none;border:1px solid #ddd}
.pagination li:first-child a,.pagination li:last-child a{border-radius:0}
ul.pagination li.bor0 a{border-color:#fff;cursor:auto}
ul.pagination li a.active,ul.pagination li.thisclass a{color:#fff;border:1px solid #2ca6ff;cursor:default}
ul.pagination li.thisclass a{ background-color:#2ca6ff;}
ul.pagination li a:hover:not(.active){background-color:#2ca6ff;color:#fff;border-color:#2ca6ff}
ul.pagination li.bor0 a:hover{background:0 0;color:#333;border-color:#fff}
ul.preNext{ width:100%; display: flex; justify-content: space-between; float: left;}
ul.preNext li{ padding: 5px 15px; font-size: 12px;}
ul.preNext li a{color:#333;}
ul.preNext li a:hover{color:#2ca6ff}
ul.preNext li.pre,ul.preNext li.next{ background: #eee;}

/*newsinfo*/
.newsinfo {width: 100%; height: auto; line-height: 20px; overflow:hidden; border-bottom: 1px dotted #ccc; padding-bottom:5px;text-align:center;color: #666; font-size: 12px;}
.newsinfo span {color: #2ca6ff; font-family: Georgia, "Times New Roman", Times, serif;font-size: 14px;font-weight: bold;}
.newsinfo a{ display: inline-block; float: right; margin-left: 15px; padding: 5px 25px; background:#2ca6ff; color: #fff;}
.newsinfo a:last-child{ background: #2ca6ff;}
.article_box { width: 100%; height: auto; padding: 15px; border: 1px solid #ddd; box-sizing: border-box; overflow: hidden;}
.article_box h1 { text-align: center; padding: 15px;font-size: 24px;}
.detail { width: 100%; height: auto;overflow: hidden; line-height: 24px; padding: 15px 0;}
.detail img {max-width: 100%; width: auto;}

.newlist ul li a{ display: flex; justify-content: space-between; align-items: center; padding-bottom: 20px; margin-bottom: 20px; border-bottom: 1px dotted #ddd;}
.newlist .img{ width: 100%; max-width: 20%; overflow: hidden;}
.newlist .txt{ width: 100%; padding-left: 30px;}
.newlist .txt h3{ font-size: 18px; margin: 0; color: #333;}
.newlist .txt p{ font-size: 16px; color: #666; line-height: 24px; padding: 15px 0; margin: 0;}
.newlist .txt span{ color: #aaa;}
.newlist ul li:hover h3{ color: #2ca6ff;}
.newlist ul li:hover p{  color: #333;}

.list_case .item{ background: #f0f0f0;}


@media only screen and (max-width: 1600px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 28px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 60px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 20px;
    }
}

@media only screen and (max-width: 1440px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 24px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 40px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 18px;
        margin-top: 5px;
    }
}

@media only screen and (max-width: 1366px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 20px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 26px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 16px;
    }

    .index_main .section1 .index_banner .slick-arrow {
        background-size: auto 30px;
    }
}

@media only screen and (max-width: 1300px) {}

@media only screen and (max-width: 1199px) {
    .index_main .section1 .index_banner .item .inner .block_txt h4 {
        font-size: 18px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h2 {
        font-size: 22px;
    }

    .index_main .section1 .index_banner .item .inner .block_txt h3 {
        font-size: 14px;
    }
	.index_main .section1 .index_banner .item.active .inner .block_txt h6{
		font-size:22px;
	}

}

@media only screen and (max-width: 992px) {
    .index_main .section1 .index_banner .item {
        height: 100vh;
    }

    .index_main .section1 .index_banner .item .inner .block_txt {
        left: 0;
        right: 0;
        margin: 0 auto;
        padding: 0 20px;
        top: 35%;
    }

    .index_main .section1 .index_banner .slick-arrow {
        display: none !important;
    }

    .index_main .section1 .index_banner .slick-dots {
        position: absolute;
        bottom: 50px;
    }

    .index_main .section1 .index_banner .slick-dots li {
        width: 12px;
        height: 12px;
        border-radius: 50%;
        border: 2px solid #fff;
    }

    .index_main .section1 .index_banner .slick-dots li button {
        display: none;
    }

    .index_main .section1 .index_banner .slick-dots li.slick-active {
        background: #fff;
    }

    .index_main .section1 .number {
        bottom: 12%;
        display: none;
    }

    .index_main .section1 .number span {
        margin-right: 22px;
    }

    .index_main .section1 .number span:after {
        bottom: -14px;
    }

    .index_main .section2,
    .index_main .section3,
    .index_main .section4,
    .index_main .section5,
    .index_main .section6,
    .index_main .section7 {
        background-size: auto 100%;
    }

    .header .left a img {
        height: 35px;
	}
	
	.index_main .section1 .index_banner .item .inner .block_txt h2 { letter-spacing: 0;}
	.footer{ display: block; padding: 0; text-align: center;}
	.section3 .about p{ padding: 0; max-height: 300px; overflow-y: scroll;}
	.section4 .box{ padding:15px 0;}
	.section4 .item{ width: 100%; margin: 0; border-bottom: 1px solid #ddd;}
	.section4 .item p{ font-size: 12px;}
	.section5 .lbox,.section5 .rbox{ width: 100%;}
	.section5 .rbox p{ display: none;}
	.section5 .box{ padding: 10px;}
	.section5 a.item .img{ max-width: 80px;}
    .section6 .box{ width: 100%; padding:30px 10px;}
    .section7 .box{ padding: 0;}
    .section7 .lbox{ width: 100%; height: 150px; overflow: hidden;}
    .section7 .rbox{ width: 100%;}
    #map #allmap{height:150px}
    .wrapper .nybox{ padding: 10px;}
    .nybox .sidebar{display: none;}
    .nybox .box{width: 100%;}
    .nybox .imglist .item{ width: 48%;}
}


@media only screen and (max-width: 767px) {}

@media only screen and (max-width: 340px) {}

@media only screen and (max-width: 320px) {}